home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / GraphicViewers / pCD / Source / hpcdtoppm.0.4 / README < prev    next >
Text File  |  1993-03-23  |  3KB  |  102 lines

  1. This is Version 0.4 of hpcdtoppm, Hadmut's pcd to ppm converter.
  2. It has this name to be distinguishable in case someone
  3. else is producing a program also called pcdtoppm.
  4.  
  5. Read the README.TOO and edit the config.h and the Makefile !
  6.  
  7. This program converts Photo-CD-Images to the ppm-Format of
  8. pbmplus. You can compile the program in two ways:
  9.  
  10. 1. Use its own ppm-writing-routines. In this case
  11.    you don't need ppm-includes or libraries. You
  12.    have to define macro 'OWN_WRITE' in the source or
  13.    by compiler-option. I am not sure, whether the
  14.    format of the ppm-header is the same on non-unix
  15.    machines. If you get problems with line-endings
  16.    (things like CR, LF, CR/LF), modify the macro
  17.    PPM_Header.
  18.  
  19. 2. You can use the pbmplus-routines. In this case
  20.    you need some files from the pbmplus package to compile:
  21.  
  22.    ppm.h pgm.h pbm.h pbmplus.h libppm.a libpgm.a libpbm.a
  23.  
  24.  
  25. IMPORTANT: Some older versions of the gcc have problems with
  26. optimization. They produce buggy code. This code will not
  27. die with 'segmentation fault' or something like that, it 
  28. just produces damaged images. 
  29.  
  30. I did not have detailed information of the file-format and
  31. i could test it only with a single Photo-CD with 24 Images.
  32. Most of my information i got by starring at the hex-dumps
  33. of an image file. So i am not absolutly sure, whether it
  34. works on all Photo-CDs, because there are some bytes in
  35. the header which i don't understand. But it works on
  36. my Photo-CD.
  37.  
  38. Note that you will get a 24 bit image. You can view these
  39. files with xv, but if you have an 8-bit-screen you will
  40. sometimes have some color-defects (if you have an 1-bit-screen
  41. you will often have a lot of color-defects :-). 
  42. It will also take some time to show with xv.
  43.  
  44. You can produce nice overview prints if you get the icontact
  45. program of Mark B. Hanson and put something like
  46.  
  47. decode    pcd    hpcdtoppm -1 -a
  48.  
  49. in your ~/.icrc 
  50.  
  51. or by use of the pcdindex script of Pieter S. van der
  52. Meulen in this distribution.
  53.  
  54.  
  55. If you compile the program on a machine other than
  56. SPARC please send me a short email which machine
  57. you are using, whether you had problems or which
  58. changes you have made.
  59.  
  60.  
  61. Thanks to
  62.  
  63. - Adolf Mathias (mathias@ira.uka.de) for writing the postscript
  64.   drivers.
  65.  
  66. - Pieter S. van der Meulen for the contact sheet script.
  67.  
  68. - Jeff for finding out how to detect the orientation of the 
  69.   Overview thumbnails [ Hi Jeff, how are you? :-) ]
  70.  
  71. - Bernt Karasch and a lot of people for sending mail about
  72.   compilation on MS-DOS and OS/2.
  73.  
  74. - lots and lots of people for sending me their improvements of the code.
  75.   Sorry, but i can not read and analyze them all. I do not have so
  76.   much time for the decoder, its my hobby, not my job. Often i get
  77.   mail with a complete source and "Hi Hadmut, i have improved your
  78.   code. It is now faster/smaller/better/something_else. But i don't
  79.   know, *what* is changed. A simple diff doesn't work, they all were
  80.   reformatting my source completely and i do not have the time to
  81.   read all sources to find the real changes. There are a lot
  82.   of real good ideas, but *please* tell me, where is the beef.
  83.  
  84. - lots of people sending me just a formatted version of my code.
  85.   Thanks to them all, and yes, i have indent(1). I prefer
  86.   this way of formatting C-source.
  87.  
  88.  
  89.  
  90.  
  91. Hadmut  (danisch@ira.uka.de)
  92. Institut fuer Algorithmen und Kognitive Systeme
  93. Universitaet Karlsruhe
  94. Postfach 6980
  95. Am Fasanengarten 5
  96. D-7500 Karlsruhe
  97.  
  98. Germany
  99.  
  100. FAX: +49 721 696893
  101. Tel./FAX privat: +49 721 607306
  102.